home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / boot / !Boot / RO350Hook / Boot / PreDesktop < prev   
Text File  |  1998-02-26  |  3KB  |  120 lines

  1. |Start Acorn !Boot 0.26 comments
  2. | Pre Desktop setup activities. This file gets Obeyed before the desktop starts.
  3. |
  4. | When modifying the file by adding a section of lines it is recommended that
  5. | the lines be bracketed by lines which start with |Start and |End. In this way
  6. | it is easy to identify sections of line which shouldn't be broken up. For
  7. | application writers who want to install a section of lines we advise that
  8. | your company, application, version and section be identified. This enables
  9. | a future install or update program to easily identify the section of lines
  10. | which needs changing.
  11. |End
  12.  
  13. |Start Acorn WindowManager 3.98 installation
  14. | ------------------------------------------
  15. |
  16. |     Nested Window Manager installation
  17. |
  18. | ------------------------------------------
  19. |
  20. | Load the Window Manager from !System, then ensure that we have all
  21. | the necessary sprites etc present.
  22. |
  23. If "<BootResources$Path>"="" Then Set BootResources$Path Boot:Resources.
  24. If "<Boot$OSVersion>"="3.50" Then SetMacro Run$Path ,%.,Boot:Library.
  25. If "<Boot$OSVersion>"="3.50" Then Set Boot$OSVersion 350
  26. If "<System$Path>"="" Then Run BootResources:!System
  27. RMEnsure WindowManager 3.98 Set WindowManager$Path BootResources:Wimp.,Resources:$.Resources.Wimp.
  28. RMEnsure WindowManager 3.98 Run WindowManager:LoadWimp
  29. If Boot$OSVersion < 350 Then RMEnsure DragASprite 0.10 RMLoad System:Modules.DragASprit
  30. If Boot$OSVersion < 350 Then IconSprites BootResources:Wimp.310Spr
  31. |End
  32.  
  33. |Start Acorn !Boot 0.26 Aliases
  34. | -------------------
  35. |
  36. |       Aliases
  37. |
  38. | -------------------
  39. |
  40. | Add more command aliases here.
  41. |
  42. | Here are some examples that might be added:
  43. | Alias Basic Basic64 %%*0
  44. | Alias Mode Echo |<22>|<%%0>
  45. |
  46. Set Alias$Alias Set Alias$%%0 %%*1
  47. Alias UnAlias Unset Alias$%%0
  48. Alias Path Set %%0$Path %%1
  49. Alias PathMacro SetMacro %%0$Path %%1
  50.  
  51. Alias Logon SafeLogon %%*0
  52. Alias Desktop_SetPalette ||%%*0
  53. |End
  54.  
  55. |Start Acorn !Boot 0.26 Paths
  56. | -------------------
  57. |
  58. |       Paths
  59. |
  60. | -------------------
  61. |
  62. | Add more paths here.
  63. |
  64. | The macros Path and PathMacro are available:
  65. | Path <name> <path>            sets <name>$Path to <path> GSTransed.
  66. | PathMacro <name> <path>       sets <name>$Path (macro) to <path> un-
  67. |                                       GSTransed
  68. |
  69. | Here are some example paths that might be useful:
  70. | Set CLib$Dir ADFS::HardDisc.$.CLib
  71. | PathMacro CLib <CLib$Dir>.
  72. | Path BASIC ADFS::MyDisc.$.BasicLib.
  73. |
  74. Path BootResources Boot:RO350Hook.Res.,Boot:RO310Hook.Res.,<BootResources$Dir>.
  75. |End
  76.  
  77. |Start Acorn !Boot 0.26 Options
  78. | -------------------
  79. |
  80. |       Options
  81. |
  82. | -------------------
  83. |
  84. | Add/change options here. This is for options which don't have other places
  85. | to be set up.
  86. |
  87. | Here are some example options which might be useful:
  88. | Set NFS$TruncateLength 999999
  89. | Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
  90. |
  91. IfThere Boot:Utils.BandLimit Then Run Boot:Utils.BandLimit
  92. |End
  93.  
  94. |Start Acorn !Boot 0.26 ResApps
  95. | -------------------
  96. |
  97. |       ResApps
  98. |
  99. | -------------------
  100. |
  101. | More applications to appear in Resources can be added here.
  102. |
  103. IfThere Boot:^.Apps then /AddApp Boot:^.Apps.!*
  104. IfThere Boot:RO350Hook.Apps Then /AddApp Boot:RO350Hook.Apps.!*
  105. IfThere Boot:^.Printing.!Printers Then /AddApp Boot:^.Printing.!Printers
  106. |End
  107.  
  108. |Start Acorn !Boot 0.26 Miscellaneous options
  109. | -------------------
  110. |
  111. |       Misc
  112. |
  113. | -------------------
  114. |
  115. | Put other things which need setting up here.
  116. |
  117. | Disable swapping between alternate palettes (ie flashing colours)
  118. fx 9 0
  119. |End
  120.